home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / display / function / testcase / test11.cmd < prev    next >
Encoding:
Text File  |  1994-08-05  |  616 b   |  22 lines

  1. /**/
  2. 'cls'
  3. Say   "**********************************************************************"
  4. Say   "           Name: Test Case 11"
  5. Say   " "
  6. Say   "           Program: PMView 0.86b"
  7. Say   " "
  8. Say   "           Purpose: To display a 640x480x256 GIF image on the desktop"
  9. Say   " "
  10. Say   " "
  11. Say   "           Please refer test11.doc for more"
  12. Say   "           information on what this test case does."
  13. Say   "**********************************************************************"
  14.  
  15. '@echo off'
  16. Pause
  17. 'cd ..\pmview'
  18. 'call pmview /INI=\pmview ..\..\data\640x480.gif'
  19. 'cd ..\testcase'
  20. '@echo on'
  21. EXIT
  22.